home *** CD-ROM | disk | FTP | other *** search
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;
- ;;; MODULE: AUTOSTEP
- ;;;
- ;;; Purpose: This Module defines autoload definitions
- ;;; for the step package.
- ;;;
- ;;; Installation: Load "autostep.*" in your "scheme.ini" or
- ;;; copy it to your "scheme.ini".
- ;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- (eval
- '(autoload-from-file
- (%system-file-name "stepwrap.fsl")
- '(step-environment)
- user-global-environment))
-
- (eval
- '(autoload-from-file
- (%system-file-name "stepaux.fsl")
- '( step-leap-mode
- step-call-depth
- step-stop-depth
- increment-call-depth
- decrement-call-depth
- stop-step
- remove-step)
- user-global-environment))
-
-
-
-